/*底部*/
/*$$
{"color":[{"val":"#ffffff","title":"标题颜色"},{"val":"#9f9f9f","title":"正文字颜色"}],"background":[{"val":"#9f9f9f","title":"小标题横线"}],"border":[]}
$$*/

#footer_151{
	width: 100%;
	padding: 60px 0;
	background: url(/static/images/FD00001_01.jpg) no-repeat center;
	background-size: cover;
}
#footer_151 .footerBody{
	width: 1200px;
	margin:  0 auto;
	display: flex;
	justify-content: space-between;
}
#footer_151 .footerLeft{
	width: 25%;
}
#footer_151 .footerLeftTit{
	font-size: 27px;
	line-height: 99px;
	color: #ffffff !important;
}
#footer_151 .footerLeft p{
	font-size: 14px;
	line-height: 33px;
	color: #9f9f9f;
}
#footer_151 .footerNav{
	width: 16.7%;
}
#footer_151 .footerTit{
	width: 100%;
	margin-bottom: 40px;
}
#footer_151 .footerTit .footerLine{
	width: 37px;
	height: 1px;
	margin-top: 15px;
	background: #9f9f9f;
}
#footer_151 .footerTit p{
	color: #ffffff !important;
	font-size: 16px;
	line-height: 47px;
}
#footer_151 .footerNav ul{
	width: 100%;
}
#footer_151 .footerNav ul li{
	width: 50%;
	position: relative;
}
#footer_151 .footerNav ul li a{
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 45px;
	
}
#footer_151 .footerNav ul li i{
	color: #9f9f9f;
	width: 100%;
	display: block;
	opacity: 1;
	transition: opacity .3s ease;
}
#footer_151 .footerNav ul li a::after{
	position: absolute;
	content: attr(data-hover);
	height: 45px;
	line-height: 45px;
	left: 0;
	top:0;
	max-width: 0;
	color: #0041e6;
	overflow: hidden;
	border-bottom: #0041e6 solid 1px;
	transition: max-width .3s ease;
}
#footer_151 .footerNav ul li:hover a::after{
	max-width: 100%;
}
#footer_151 .footerNav ul li:hover i{
	opacity: 0;
}
#footer_151 .footerCon{
	width: 16.7%;
}
#footer_151 .footerCon p{
	font-size: 14px;
	line-height: 40px;
	color: #9f9f9f;
}
#footer_151 .footerCon a{
	color: #9f9f9f;
}
#footer_151 .footerQr{
	width: 8.3%;
}
#footer_151 .footerQr img{
	width: 100%;
	border-radius: 10px;
	object-fit: contain;
}
@media screen and (max-width:1200px) {
	#footer_151{
		padding: 30px 0;
		overflow: hidden;
	}
	#footer_151 .footerBody{
		width: 96%;
		/*display: block;*/
		overflow: hidden;
	}
}
/* ipad */
@media screen and (max-width:992px){
	#footer_151{
		padding: 30px 0;
		overflow: hidden;
	}
	#footer_151 .footerBody{
		width: 96%;
		/*display: block;*/
		overflow: hidden;
	}
}
#footer_151 .footerLeft .time{
	display: block;
}
#footer_151 .footerLeft .times{
	display: none;
}
/* 手机 */
@media screen and (max-width: 767px) {
	#footer_151{
		padding: 20px 0;
		overflow: hidden;
		margin-bottom: 80px;
	}
	#footer_151 .footerBody{
		width: 92%;
		display: block;
		overflow: hidden;
	}
	#footer_151 .footerQr{
		width: 50%;
		margin: 0;
		float: left;
		margin-top:0;
	}
	#footer_151 .footerQr img{
		width:100px;
		height: 100px;
		display: block;
		margin: 0;
	}
	#footer_151 .footerLeft{
		width: 100%;
	}
	#footer_151 .footerNav{
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
		display: none;
	}
	#footer_151 .footerNav ul{
		overflow: hidden;
	}
	#footer_151 .footerNav ul li{
		float: left;
		width: calc(25% - 24px);
		margin: 0 12px;
	}
	#footer_151 .footerCon{
		width: 50%;
		margin-top: 0;
		float: left;
	}
	#footer_151 .footerLeftTit{
		font-size: 16px;
		line-height: 30px;
	}
	#footer_151 .footerLeft .time{
		display: none;
	}
	#footer_151 .footerLeft .times{
		display: block;
	}
	#footer_151 .footerTit{
		margin-bottom: 10px;
	}
	#footer_151 .footerTit .footerLine{
		margin-top: 5px;
	}
	#footer_151 .footerTit p{
		font-size: 16px;
		line-height: 32px;
	}
	#footer_151 .footerCon .nr{
		font-size: 14px;
		line-height: 24px;
	}
}